Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HC 2023 Changes #131

Merged
merged 33 commits into from
Sep 21, 2023
Merged

HC 2023 Changes #131

merged 33 commits into from
Sep 21, 2023

Conversation

tkw1536
Copy link
Member

@tkw1536 tkw1536 commented Sep 21, 2023

No description provided.

tkw1536 and others added 30 commits August 2, 2023 10:59
This commit updates the method for installing a headless browser for use
with selenium. Previously, it was installed globally using the
'seleniumbase' tool. This commit updates to first install 'seleniumbase'
into a venv, and then install browsers globally. This prevents
dependency conflicts.
Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@40.0.2...41.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…-41.0.3

Bump cryptography from 40.0.2 to 41.0.3
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.23.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
The 'find_element{,s}_by' methods were removed by selenium. This commit
updates to use 'from selenium.webdriver.common.by import By' instead.
The test 'test_002_admin_export' showed that excel export was broken
because timezones were no longer supported by the xslx package. This
commit updates the test and removes all timezone information when
exporting to excel sheets.
This commit treats all warnings as errors in pytest, with specific
permitted exceptions.
@tkw1536 tkw1536 merged commit 5bfa846 into prod Sep 21, 2023
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant